Problem Note 38380: Error when attempting to refresh a stored process in Microsoft PowerPoint
You might receive an error similar to the following when you open a saved PowerPoint presentation and attempt to refresh stored process output:
The stored process, "name" was not found in the repository. Verify that the stored process still exists and you have permission to execute it.
When you click OK, you might receive errors similar to the following:
Unable to execute the stored process "name". The stored process server (servername) is inaccessible.
"name" failed to execute.
Use the steps below to circumvent this issue:
- Create a new file called Powerpnt.exe.config, and save it in the same folder where the Powerpnt.exe file resides. By default, that location is in
c:\Program Files\Microsoft Office\Office12
.
- Add the following content to the newly created config file:
<!-- require .NET Framework 1.1 -->
<configuration>
<startup>
<requiredRuntime version="v1.1.4322"/>
</startup>
</configuration>
|
- Restart PowerPoint, and your stored process output should refresh without errors.
Operating System and Release Information
SAS System | SAS Add-in for Microsoft Office | Microsoft Windows 2000 Advanced Server | 2.1 | | 9.1 TS1M3 SP1 | |
Microsoft Windows 2000 Datacenter Server | 2.1 | | 9.1 TS1M3 SP1 | |
Microsoft Windows 2000 Server | 2.1 | | 9.1 TS1M3 SP1 | |
Microsoft Windows 2000 Professional | 2.1 | | 9.1 TS1M3 SP1 | |
Microsoft Windows NT Workstation | 2.1 | | 9.1 TS1M3 SP1 | |
Microsoft Windows Server 2003 Datacenter Edition | 2.1 | 4.2 | 9.1 TS1M3 SP1 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 2.1 | 4.2 | 9.1 TS1M3 SP1 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 2.1 | 4.2 | 9.1 TS1M3 SP1 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 2.1 | 4.2 | 9.1 TS1M3 SP1 | 9.2 TS2M0 |
Windows Vista | 2.1 | 4.2 | 9.1 TS1M3 SP1 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2010-01-15 15:21:17 |
Date Created: | 2010-01-12 14:31:00 |